home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / slunec / app / muchtom.exe / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-25  |  161b  |  13 lines

  1. on(release){
  2.    if(hilfen == 0)
  3.    {
  4.       hilfen = 1;
  5.       gotoAndPlay(49);
  6.    }
  7.    else
  8.    {
  9.       stopAllSounds();
  10.       gotoAndStop(37);
  11.    }
  12. }
  13.